home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gmtype, movietime_g, movierate_g
- set tclick to the clickOn
- puppetSound("CLICK")
- set the visible of sprite (tclick + 3) to 0
- updateStage()
- waittimer(1)
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- updateStage()
- set movietime_g to the movieTime of sprite 9
- set movierate_g to the movieRate of sprite 9
- go(the frame + 1)
- end
-